home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / game / role / CTW10d.lha / CTW / scripts / Important / sally.script < prev    next >
Text File  |  1997-09-02  |  1KB  |  64 lines

  1. SET @WALKLOOP 0|
  2. :LOOP|
  3. ONGOTO 0 @WALKLOOP WK1 WK2 WK1 WK3|
  4. :FIX|
  5. IF @RES CHDIR|
  6. GOTO LOOP|
  7.  
  8. :WK1|
  9. WALKTO 77 219 2 @RES|
  10. GOTO FIX|
  11.  
  12. :WK2|
  13. WALKTO 76 84 2 @RES|
  14. GOTO FIX|
  15.  
  16. :WK3|
  17. WALKTO 294 212 2 @RES|
  18. GOTO FIX|
  19.  
  20. :CHDIR|
  21. MATH @WALKLOOP + 1|
  22. MATH @WALKLOOP % 4|
  23. GOTO LOOP|
  24.  
  25. :TOUCH|
  26. GLOGET 0 @CV|
  27. IF @CV < 3 NORMAL|
  28. IF @CV < 4 ZEEWAR|
  29.  
  30. :NORMAL|
  31. [ "Sally:  Hello %n.  How are you today?"|
  32. [ "%n:  Fine, Mrs. President.  Your plants"|
  33. [ "are looking very nice lately."|
  34. [ "Sally:  Why, thank you!"|
  35. GOTO LOOP|
  36.  
  37. :ZEEWAR|
  38. [ "%n:  Mrs. President..."|
  39. [ "Sally:  Please, it sounds so formal."|
  40. [ "We're friends.  Call me Sally."|
  41. [ "%n:  All right, Sally.  James just."|
  42. [ "sent me on the weirdest little trip."|
  43. [ "Sally:  Really?  What?"|
  44. [ "%n:  He insists that funds allocated"|
  45. [ "...no, embezzled is the better word..."|
  46. [ "from the Environmental Budget are"|
  47. [ "going to Zeewar Manufacturing."|
  48. [ "Sally:  Whoa!  Slow down!"|
  49. [ "Embezzlement of funds?  This is"|
  50. [ "new to me.  Is it true?"
  51. [ "%n:  I checked the data myself."|
  52. [ "We lost 1.8 million credits over"|
  53. [ "the last three quarters alone!"|
  54. [ "Sally:  Oh dear!  I think I'll"|
  55. [ "need to make a few vidphone calls."|
  56. [ "%n:  I'm going to Zeewar now to"|
  57. [ "talk personally to the president."|
  58. [ "Sally:  Good idea.  I'll call some"|
  59. [ "friends and see if we can't get"|
  60. [ "some of that money back...and the"|
  61. [ "culprit on a transport to the"|
  62. [ "Phobos mines."|
  63. GOTO LOOP|
  64.